/* table container */
div.hastable {
	width:100%;
	}
table.hastable {
	border-bottom:1px solid;
	padding:0;
	margin:0;
	border:0.5pt solid;
	width:100%;
	}
table.hastable th {
	padding:3px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
	}
table.hastable td {
	padding:3px;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	font-size:.9em;
	text-align:left;
	border:0.5pt solid;
	}	
	
/*Header*/
h2 {color:#000; font-size:14px;}
.post .entry h2 {font-size:12px;}

/* Links */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 9px;}
a[href^="http://"] {color:#000;} 

/*Image*/
img, img a, .more-link a {border:none;}

/*Remove Element*/
#QuizManager, #header, #menu,#right,#footer, .topnavi, .more-link, .navigation, #sidebartop, #related, #social, #sponsors, .tabs, #allpost, .toolbar, .splitbox, #commentform, #commentabs .idTabs, .postmeta-content .comments, #respond h3, .tag, .footerlinks {display:none;}

/*Footer*/
#footer {margin-top:10px;}	
body {
	font-family: Georgia, "Times New Roman", 
	Times, serif;
	font-size: 10pt;
	line-height: 18pt;
}
#page {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}
.left {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}
.text_normal {
	font-family: Georgia, "Times New Roman", 
	Times, serif;
	font-size: 12pt;
}